Schnittstelle DefaultProfile.ProfileChangeListener

Umschließende Klasse:
DefaultProfile

public static interface DefaultProfile.ProfileChangeListener
A listener that can be registered to be notified if a value in the profile changed
Seit:
3.0
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    void
    onPropertyUpdate(PDFCProperty<?> property, Object value)
    Called when the given property changed
    void
    onPropertyUpdate(String propertyName, Object value)
    Called when a property with the given name changed
  • Methodendetails

    • onPropertyUpdate

      void onPropertyUpdate(PDFCProperty<?> property, Object value)
      Called when the given property changed
      Parameter:
      property - the property that changed
      value - the new value
    • onPropertyUpdate

      void onPropertyUpdate(String propertyName, Object value)
      Called when a property with the given name changed
      Parameter:
      propertyName - the property that changed
      value - the new value